Adwaita: Add back a margin of 4px to .menu
authorVolker Sobek <reklov@live.com>
Wed, 16 Jul 2014 11:25:22 +0000 (13:25 +0200)
committerVolker Sobek <reklov@live.com>
Wed, 16 Jul 2014 15:21:51 +0000 (17:21 +0200)
This had originally been added to Adwaita in the gnome-themes-standard
commit 7bf01517bc2 but was lost during 3.13 theme changes, causing bug
591258 to reappear.

gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index 64801ddc85735476e920071621a8551281263fd4..d053428eb0dc7385501e766537681d897b02437c 100644 (file)
@@ -974,6 +974,7 @@ GtkTreeView.view.progressbar { //Progressbar in treeview cells
 }
 
 .menu {
+  margin: 4px;
   padding: 0px;
   background-color: $base_color;
   //border: 1px solid $borders_color;
index 7ddd9cefcc628eb52660ed2ad807ecb608dd3c4e..ae98f1b9f3144c583d4144ca98031e2206c05c72 100644 (file)
@@ -1122,6 +1122,7 @@ GtkTreeView.view.progressbar {
       box-shadow: none; }
 
 .menu {
+  margin: 4px;
   padding: 0px;
   background-color: #292929; }
   .menu .menuitem {
index 2b4503b6fa19117b03439441214b5c00f3b5e286..03645aedb2ef2a6869f4fb291fe0e66fcee69db4 100644 (file)
@@ -1115,6 +1115,7 @@ GtkTreeView.view.progressbar {
       box-shadow: none; }
 
 .menu {
+  margin: 4px;
   padding: 0px;
   background-color: white; }
   .menu .menuitem {